home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Grafik & Text / OzTeX3.0 / Help-files / PSselect < prev    next >
Text File  |  1996-12-24  |  1KB  |  28 lines

  1. PSselect selects pages from a PostScript file, creating a new PostScript file.
  2. The input file should follow the Adobe Document Structuring Conventions.
  3. The PSselect options are:
  4.  
  5.    -e   -o   -r   -p pages
  6.  
  7. The -e option selects all of the even pages; it may be used in conjunction
  8. with the other page selection options to select the even pages from a range
  9. of pages.
  10.  
  11. The -o option selects all of the odd pages; it may be used in conjunction
  12. with the other page selection options.
  13.  
  14. The -r option causes PSselect to output the selected pages in reverse order.
  15.  
  16. The -p option specifies the pages to be selected.  The pages parameter is
  17. a comma separated list of page ranges, each of which may be a page number,
  18. or a page range of the form first-last.  If first is omitted, the first page
  19. is assumed, and if last is omitted, the last page is assumed.  The prefix
  20. character `_' indicates that the page number is relative to the end of the
  21. document, counting backwards.
  22.  
  23. A page number given to PSselect is the number of the page counting from
  24. the start or end of the file, starting at one.  The actual page number in
  25. the document may be different.
  26.  
  27. Copyright (C) Angus J. C. Duggan 1991-1995 (angus@harlequin.co.uk)
  28.